Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

166
Views
Calculate Distancing Apps Script "google sheet" (Start point, Stop point, End Point)

I want this function to give me the path distance from the starting point to the ending point. I also want to add points within the path as rest points and force the path to pass through them to calculate the actual distance. Of course, these points in the function are preferred to be optional for the user. ِAny help to do that, please

CODE "Apps Script":

function DrivingMeters(Start, Stoppoint1,Stoppoint2,End) {
var directions = Maps.newDirectionFinder()
.setOrigin(Start)
.addWaypoint(Stoppoint1)
.addWaypoint(Stoppoint2)
.setDestination(End)
.getDirections();
return directions.routes[0].legs[0].distance.value;
}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!